This might require flushing processor caches 這可能需要刷新處理器緩存。
A process thread can migrate from processor to processor , with each migration reloading the processor cache 進程線程可以在處理器間遷移,每次遷移都重新加載處理器緩存。
Property . a process thread can migrate from processor to processor , with each migration reloading the processor cache 進程線程可以在處理器間遷移,每次遷移都重新加載處理器緩存。
Bbl back - side bus logic . logic for interface to the back - side bus for accesses to the internal unified level two processor cache 后端總線邏輯。訪問內部統一二級處理器緩存的后端總線接口邏輯。
The value is the latest written by any processor in a computer , regardless of the number of processors or the state of processor cache 無論處理器的數目或處理器緩存的狀態如何,該值都是由計算機的任何處理器寫入的最新值。
In windows 2000 and later , a thread in a process can migrate from processor to processor , with each migration reloading the processor cache 在windows 2000及更高版本中,進程中的線程可以在處理器間遷移,每次遷移都重新加載處理器緩存。
When a thread exits a synchronized block as part of releasing the associated monitor , the jmm requires that the local processor cache be flushed to main memory 當線程為釋放相關監視器而退出一個同步塊時, jmm要求本地處理器緩沖刷新到主存中。
Specifying a processor for a thread can improve performance under heavy system loads by reducing the number of times the processor cache is reloaded 在系統負荷繁重的情況下,為線程指定處理器可以減少重新加載處理器緩存的次數,從而提高性能。
Under heavy system loads , specifying which processor should run a specific thread can improve performance by reducing the number of times the processor cache is reloaded 在系統負荷繁重的情況下,指定哪個處理器運行特定的線程可以減少重新加載處理器緩存的次數,從而提高性能。
Fields would be made directly to main memory , instead of to registers or the local processor cache , and that actions on volatile variables on behalf of a thread are performed in the order that the thread requested 字段的讀寫直接在主存而不是寄存器或者本地處理器緩存中進行,并且代表線程對volatile變量進行的這些操作是按線程要求的順序進行的。